home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
arrays
/
flexlst
/
manual.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1989-09-28
|
280 b
|
10 lines
@echo off
if not exist hypertxt.exe goto :then
hypertxt flexlist.htx
goto :endif
:then
echo Change the default drive/path to the drive/path containing the
echo FlexList Demo/Manual distribution diskette files and then
echo at the DOS command prompt type: manual
:endif